home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Oct 90 / MacApp.Tech$ 10⁄5⁄90 / 2119-FullTEView - Version-Oct90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  2.3 KB  |  55 lines  |  [TEXT/GEOL]

  1. Item    6931339                         4-Oct-90        01:38PDT
  2.  
  3. From:   D5295                           Reseach SW Design, D Goldman,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    FullTEView - Version 2.0
  8.  
  9. Well, I don't know if anyone is interested, but I've finally gotten around to
  10. finishing (for now) this:
  11.  
  12.  
  13.                UFullTEView, Version 2.0  -- in the Class Room Folder
  14.  
  15. UFullTEView is a subclass of TTEView which implements the full Apple Human
  16. Interface Guidelines for text editing (intelligent cut & paste, modifier keys
  17. with arrow keys, intelligent definition of "word" for double-clicking, etc).
  18.  
  19. Everything is (supposed to be) Script Manager compatible.
  20.  
  21. It also provides full access to Font, Size, and Style menus. Also, Subscripts
  22. and Superscripts are added to the usual Style choices. And finally, cursors,
  23. carets and highlights will be *SLANTED* for italicized text!
  24.  
  25. ************************* This is for MacApp 2.0ß9 !!!  ***********************
  26.  
  27. Now that I've finally gotten THIS done it's about time for me to switch over to
  28. 2.0 Final (or 2.0pXXX) (or whatever it's called this week). So I'll hopefully
  29. get to the 2.0 whatever version during the next few months. In the meantime,
  30. you should ******* N O T ******* use this with 2.0 Final. I'm pretty sure there
  31. are some BIG incompatibilities.
  32.  
  33. *******************************************************************************
  34.  
  35. NOTE: In the past, contributors to the Class Room have never gotten much
  36. feedback from the *many* downloaders of their code. This probably means that
  37. everyone says, "As soon as I get a chance to review and understand the code,
  38. I'll give it a try. And then I'll let the author know what I think."
  39.  
  40. UFullTEView is an excellent example of code that you will *NEVER* get a chance
  41. to fully review, much less understand. (Even after overriding half the methods
  42. of TTEView, there are large sections -- such as how paste works -- that *I*
  43. can't understand for more than fifteen minutes at a time.) Hence,
  44.  
  45.    1) If you think this stuff would be useful to you, just go ahead and try it.
  46.        You simply subclass TFullTEView or TFullSubSuperTEView instead of TTEView.
  47.  
  48.    2) If you want to see this for 2.0 Final, please encourage me.
  49.  
  50.  
  51. -- Dave Goldman, D5295
  52.    Research Software Design
  53.  
  54.  
  55.